home *** CD-ROM | disk | FTP | other *** search
- tellTarget("/msg_mc/toScore_mc")
- {
- gotoAndStop(length(String(eval("../../:score"))));
- }
- str = String(score);
- j = 0;
- k = length(str);
- while(k > 0)
- {
- tellTarget("/msg_mc/toScore_mc/n" add j)
- {
- gotoAndStop(Number(mbsubstring(eval("../../../:str"),eval("../../../:k"),1)) + 1);
- }
- j++;
- k--;
- }
-